home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / devices.readme < prev    next >
Text File  |  1999-01-01  |  4KB  |  127 lines

  1. Short:    Tiny tool to get all infos about DOS devices
  2. Author:   thor@einstein.math.tu-berlin (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin (Thomas Richter)
  4. Version:  1.09
  5. Type:     dev/misc
  6.  
  7. _____________________________________________________________________________
  8.  
  9.                          The THOR-Software Licence (v2, 24th June 1998)
  10.  
  11.  
  12. This License applies to the computer programs known as "Devices". The 
  13. "Program", below, refers to such program. The "Archive" refers to the 
  14. package of distribution, as prepared by the author of the Program, 
  15. Thomas Richter. Each licensee is addressed as "you".
  16.  
  17.  
  18.  
  19. The Program and the data in the archive are freely distributable
  20. under the restrictions stated below, but are also Copyright (c)
  21. Thomas Richter.
  22.  
  23. Distribution of the Program, the Archive and the data in the Archive by a
  24. commercial organization without written permission from the author to any
  25. third party is prohibited if any payment is made in connection with such
  26. distribution, whether directly (as in payment for a copy of the Program) or
  27. indirectly (as in payment for some service related to the Program, or
  28. payment for some product or service that includes a copy of the Program
  29. "without charge"; these are only examples, and not an exhaustive enumeration
  30. of prohibited activities).
  31.  
  32.  
  33. However, the following methods of distribution
  34. involving payment shall not in and of themselves be a violation of this
  35. restriction:
  36.  
  37.  
  38. (i) Posting the Program on a public access information storage and
  39. retrieval service for which a fee is received for retrieving information
  40. (such as an on-line service), provided that the fee is not
  41. content-dependent (i.e., the fee would be the same for retrieving the same
  42. volume of information consisting of random data).
  43.  
  44.  
  45. (ii) Distributing the Program on a CD-ROM, provided that
  46.  
  47. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  48. especially this licence agreement;
  49.  
  50. b) the CD-ROM is made available to the public for a nominal fee only,
  51.  
  52. c) a copy of the CD is made available to the author for free except for
  53. shipment costs, and
  54.  
  55. d) provided further that all information on such CD-ROM is redistributable
  56. for non-commercial purposes without charge.
  57.  
  58.  
  59. Redistribution of a modified version of the Archive, the Program or the
  60. contents of the Archive is prohibited in any way, by any organization,
  61. regardless whether commercial or non-commercial. Everything must be kept
  62. together, in original and unmodified form.
  63.  
  64.  
  65.  
  66.  
  67. Limitations.
  68.  
  69.  
  70. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  71. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  72. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  73. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  74. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  75. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  76. SERVICING, REPAIR OR CORRECTION.
  77.  
  78.  
  79. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  80. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  81. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  82.  
  83.  
  84.                                                         Thomas Richter
  85. _____________________________________________________________________________
  86.  
  87. Purpose of this program:
  88.  
  89.     Display all information available about DOS devices.
  90.     (Startup vector, exec device, handler...)
  91.  
  92. Command arguments:
  93.  
  94.     If called without any arguments, it shows known DOS device names,
  95.     i.e. real devices, volumes and assigns. 
  96.  
  97.     If called with one or multiple device names as argumens, it shows
  98.     all information about the device/volume/assign it can get.
  99.  
  100.  
  101. Requirements:
  102.  
  103.     Kickstart 2.0 or better.
  104.  
  105. _____________________________________________________________________________
  106.  
  107. Changes made since 1.07:
  108.  
  109.     - Added more sanity checks.
  110.  
  111. Changes made since 1.07:
  112.  
  113.     - Fixed a possible Enforcer hit.
  114.  
  115. Changes made since 1.06:
  116.  
  117.     -Added better check for valid startup strings.
  118.     -Prints startup strings now correctly.
  119.     -Changed some names in the environment vector to
  120.      more "logical" ones. (No confusion between blocks and
  121.      cylinders any more. Thanks to Jörg Strohmayer!)
  122.  
  123.  
  124. That's all folks...
  125.  
  126.     Thomas, March 1999
  127.